From d5836869e417db1f1fd405fe85143a624bb1f19b Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 21:33:23 +0100
Subject: [PATCH] css a:hover

---
 style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/style.css b/style.css
index 80d0bce..ad95c58 100644
--- a/style.css
+++ b/style.css
@@ -10,6 +10,9 @@ a {
 	color:#b35050;
 	text-decoration:none;
 }
+a:hover {
+	color:#b4f;
+}
 
 header {
 	background-color: #b00;
-- 
2.20.1